startContentShare

fun startContentShare(contentShareType: ContentShareType)

Start Content share with desired ContentShareType

Permission to Capture Screen data using Android's Media Projection Manager.if the user has not explicitly denied it, the permission will be automatically granted until the projection is stopped. This allows for user controls to be displayed on top of the screen being captured.

Refer the 'Readme.md' in the git repo for more details